home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / wb / NewEdit19.lha / NewEdit.autodoc < prev    next >
Text File  |  1995-08-08  |  4KB  |  108 lines

  1. NewEdit                                                               NewEdit
  2.  
  3.    PURPOSE
  4.  To provide aditional functions and operators during string gadget
  5.  editing.
  6.  
  7.    COPYRIGHT
  8.  The copyright in this package is owned by Paul Huxham © 1995.
  9.  NewEdit 1.9 is based on the original NewEdit by Uwe Röhm.
  10.  
  11.    DISTRIBUTION
  12.  NewEdit should be distributed at no charge to the end user however
  13.  should a duplication charge be made, it should not exceed the cost of a
  14.  blank 3.5" disk. The NewEdit executable and documentation is public
  15.  domain and no payment is required for its use.
  16.  For commercial applications of NewEdit, contact the author for
  17.  further information concerning distribution.
  18.  
  19.    CONTENTS
  20.  This package should contain:
  21.  NewEdit - The main program.
  22.  NewEdit.info - The main programs icon.
  23.  NewEdit.doc - The document you are reading now.
  24.  
  25.    USAGE
  26.  The following key commands are standard functions provided by OS 2.0:
  27.    CURSOR LEFT         cursor to previous character
  28.    SHIFT CURSOR LEFT   cursor to start of line
  29.    CURSOR RIGHT        cursor to next character
  30.    SHIFT CURSOR RIGHT  cursor to end of line
  31.    DEL                 delete the character under the cursor
  32.    SHIFT DEL           delete from the character under the cursor to EOL
  33.    BACKSPACE           delete the character to the left of the cursor
  34.    SHIFT BACKSPACE     delete from the character to the left of the cursor
  35.                        to the start of the line
  36.    RETURN or ENTER     terminate input and deactivate the gadget
  37.    RAMIGA Q            restore gadgets contents before alteration
  38.    RAMIGA X            clear the string gadget
  39.  
  40.  The following key commands are provided by NewEdit 1.9:
  41.    ALT CURSOR RIGHT    next word
  42.    ALT CURSOR LEFT     previous word
  43.    ALT BACKSPACE       delete previous word
  44.    ALT DEL             delete next word
  45.    RALT CURSOR UP      go to prev gadget (accepting contents)
  46.    RALT CURSOR DOWN    go to next gadget (accepting contents)
  47.    ESC                 leave gadget (accepting contents)
  48.    RALT C or RAMIGA C  copy gadget contents to clipboard
  49.    RALT V or RAMIGA V  paste contents of clipboard to gadget
  50.    RALT I or RAMIGA I  increments a numbered filename by one
  51.    RALT RSHIFT I or
  52.    RAMIGA RSHIFT I     decrements a numbered filename by one
  53.    RALT G or RAMIGA G  toggle the case of indicated character
  54.    SHIFT RALT G or
  55.    SHIFT RAMIGA G      toggle the case of characters until EOL or
  56.                        non alphabetic character is found
  57.    RALT D or RAMIGA D  Insert the current date
  58.  
  59.  The reason for RALT as well as RAMIGA is that some applications eg ASL
  60.  file requester trap and use the RAMIGA key for other functions. By
  61.  using the RALT key you can still access the functions.
  62.  
  63.  The following parameters can be set either as tooltypes or via command
  64.  line switches when running NewEdit:
  65.   RALT - If you do not wish to have the RALT functions available (those
  66.          key commands that can use either RALT or RAMIGA, use this
  67.          parameter to disable the RALT keys. (Keys like RALT CURSOR LEFT
  68.          will still work).
  69.  
  70.   CLIPUNIT - Sets the clipboard unit used to copy to and from.
  71.  
  72.    COMPLIER
  73.  NewEdit was written and compiled using CED V3.5 and SAS/C 6.55 on
  74.  an Amiga 4000/040. It should perform equally well on a 68000.
  75.  Enforcer was used to detect and correct programming errors.
  76.  
  77.    BUGS
  78.  The only thing I can find is that in the first string gadget activated
  79.  after NewEdit is installed, the cursor will jump to the right hand end
  80.  of the gadget. I don't know why this happens. This also happened in Uwes
  81.  original version. I don't process any events other than key events so I
  82.  can't see how a mouse click is causing this to happen.
  83.  
  84.  Should you find any bugs, please report them so that they can be fixed.
  85.  Likewise any suggestions for improvment of should be forwarded so that
  86.  they can be addressed.
  87.  
  88.    HISTORY
  89.  1.8b Initial release.
  90.  1.9  Removed locale code and error messages (like: You need KS 2.0).
  91.       General code cleanup and enhancments.
  92.       Added paste date.
  93.       Added decrement a file number.
  94.       New document format for the instructions.
  95.  
  96.    THANKYOU
  97.   Uwe Röhm - For the original version that I have enhanced (butchered??).
  98.   Steve Quartly - Numerous ideas and long nights playing Deluxe Galaga.
  99.  
  100.    AUTHOR
  101.  You can contact the author via:
  102.    Email: paulh@Perth.DIALix.oz.au
  103.  or
  104.    P.O. Box 875
  105.    Morley,
  106.    Perth,
  107.    Western Australia 6943
  108.